type net/http.http2priorityNode
23 uses
net/http (current package)
h2_bundle.go#L11138: nodes: make(map[uint32]*http2priorityNode),
h2_bundle.go#L11163: type http2priorityNode struct {
h2_bundle.go#L11172: parent *http2priorityNode
h2_bundle.go#L11173: kids *http2priorityNode // start of the kids list
h2_bundle.go#L11174: prev, next *http2priorityNode // doubly-linked list of siblings
h2_bundle.go#L11177: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
h2_bundle.go#L11212: func (n *http2priorityNode) addBytes(b int64) {
h2_bundle.go#L11225: func (n *http2priorityNode) walkReadyInOrder(openParent bool, tmp *[]*http2priorityNode, f func(*http2priorityNode, bool) bool) bool {
h2_bundle.go#L11278: type http2sortPriorityNodeSiblings []*http2priorityNode
h2_bundle.go#L11301: root http2priorityNode
h2_bundle.go#L11304: nodes map[uint32]*http2priorityNode
h2_bundle.go#L11312: closedNodes, idleNodes []*http2priorityNode
h2_bundle.go#L11321: tmp []*http2priorityNode
h2_bundle.go#L11345: n := &http2priorityNode{
h2_bundle.go#L11397: n = &http2priorityNode{
h2_bundle.go#L11455: var n *http2priorityNode
h2_bundle.go#L11475: ws.root.walkReadyInOrder(false, &ws.tmp, func(n *http2priorityNode, openParent bool) bool {
h2_bundle.go#L11501: func (ws *http2priorityWriteScheduler) addClosedOrIdleNode(list *[]*http2priorityNode, maxSize int, n *http2priorityNode) {
h2_bundle.go#L11515: func (ws *http2priorityWriteScheduler) removeNode(n *http2priorityNode) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |